2006-04-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
compiler warnings.
2006-04-11 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
+ compiler warnings.
+
* gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
dereference info before checking it for NULL. (Coverity)
2006-04-11 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
+ compiler warnings.
+
* gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
dereference info before checking it for NULL. (Coverity)
gint *x,
gint *y)
{
- gint local_x, local_y;
+ gint local_x = 0;
+ gint local_y = 0;
g_return_if_fail (GTK_IS_SCALE (scale));